home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000101_news@columbia.edu_Mon Aug 7 13:01:23 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17841
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 7 Aug 1995 09:01:33 -0400
  3. Received: by apakabar.cc.columbia.edu id AA07819
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 7 Aug 1995 09:01:31 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: HELP: xferring(displaying) 8bit char.set thru kermit
  9. Date: 7 Aug 1995 13:01:23 GMT
  10. Organization: Columbia University
  11. Lines: 11
  12. Message-Id: <4052r3$7k6@apakabar.cc.columbia.edu>
  13. References: <403sen$d9q@news.ccit.arizona.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <403sen$d9q@news.ccit.arizona.edu>,
  18. Jae H Shin <jshin@aruba.ccit.arizona.edu> wrote:
  19. >subject says it all..
  20. >i'm trying to display 8bit char.set thru c-kermit.
  21. >what do i need to set for proper display?
  22. >
  23. SET TERMINAL BYTESIZE 8
  24. SET COMMAND BYTESIZE 8
  25. SET PARITY NONE
  26.  
  27. - Frank